SixBit API Schema
Order_AddUpdateType Complex Type
Description
An API call to add or update orders.
Namespace (none)
Diagram
Shipments Element CustomFields Element BillingAddress Element Buyer Element AdFee Element SiteOrderID Element GiftWrapPrice Element GiftMessage Element NeedsGiftWrap Element IsGift Element EarliestDeliveryDate Element EarliestShipDate Element LatestDeliveryDate Element LatestShipDate Element PayPalTransactionID Element ExternalTransactionID Element RemainingDueAmount Element PaymentProcessingFee Element FeedbackReminderSentDate Element PaymentAckSentDate Element IsFeedbackReminderSent Element IsPaymentAckSent Element Notes Element SalesTax Element FulfilledDate Element CreatedDate Element Site Element BusinessProfileName Element BusinessProfileID Element CheckoutCompleted Element PaymentClearedDate Element PaymentReceivedDate Element PaymentType Element AdjustmentCostReason Element AdjustmentCost Element AdjustmentFeeReason Element AdjustmentFee Element TotalDueAmount Element TotalPaidAmount Element InvoicedDate Element IsInvoiced Element SubStatusName Element SubStatusID Element Status Element ExternalOrderID Element OrderID Element All Order Element Sequence Orders Element All Order_AddUpdateType Complex Type
Overview
Order_AddUpdateType
An API call to add or update orders.
logfilepath optional xs:string
The full name and path to a location to place logging information.
All
Sequence
Order 0..∞ OrderType Complex Type
The information about an order.
All
All
Sequence
Any 0..∞
Sequence
Any 0..∞
Shipments optional
Sequence
All
Sequence
Any 0..∞
Sales optional
Sequence
Sale 1..∞ SaleType Complex Type
The information about a sale.
Used By
Order_Add Element
Order_Update Element
Attributes
NameTypeUseDefaultFixedDescription
logfilepathxs:stringoptional  The full name and path to a location to place logging information.
Source
<xs:complexType name="Order_AddUpdateType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>An API call to add or update orders.</xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element name="Orders" type="OrdersType" minOccurs="1" maxOccurs="1" />
  </xs:all>
  <xs:attribute name="logfilepath" type="xs:string">
    <xs:annotation>
      <xs:documentation>The full name and path to a location to place logging information.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.